Click here to show toolbars of the Web Online Help System: show toolbars |
返回x的反正切值。这将接受任何数字,因为与dtan不同,darctans渐近线在y轴上,因此它意味着你将永远不会返回大于90或小于-90的数字。
darctan(x);
参数 | 描述 |
---|---|
val | The angle (in degrees) to return the inverse tangent of. |
Real(实数)
val = darctan(1);
This will set "val" to -45.